@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	color:#000000;
	font-size: smaller;
	font-variant: normal;
	text-transform: none;
	width: 500px;	
}
h1 {
	color: #000000;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: normal;
	text-align: left;
	font-size: 3em;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.2em;
	word-spacing: normal;
}
h2 {
	line-height: normal;
	text-align: left;
	font-size: 1.25em;
	font-weight: lighter;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: lowercase;
	text-indent: 12px;
	font-style: normal;
}

h3 {
	line-height: normal;
	text-align:justify;
	font-size: 0.9em;
	text-transform:uppercase;
	width: auto;
	font-style: normal;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: none;
	font-family: 'Lato', sans-serif;
	color: #000;
}
h4 {
	color: #000000;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: normal;
	text-align: left;
	font-size: 2em;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.2em;
	word-spacing: normal;
}

ul {
	list-style: circle;
}


a:link {
	color: #339999;
	text-decoration: none;
}
a:visited {
	color: #339999;
	text-decoration: line-through;
}
a:hover {
	color: #E19FCA;
	text-decoration: none;
}
a:active {
	color: #E19FCA;
	text-decoration: none;
}


#menu {
	padding:5px;
	position: absolute;
	overflow: auto;
	white-space: normal;
	width: 300px;
	top: 5px;
	float: left;
	left: 50px;
	
}
#display {
	padding: 5px;
	width: 800px;
	position: absolute;
	top: 35px;
	left: 320px;
	overflow: visible;
	right: auto;
	bottom: auto;
	height: 0px;
	z-index: auto;
}

#gallery {
	alignment-adjust:baseline;
	alignment-baseline:middle;
	position: absolute;
	width: 420px;
	left: 900px;
	top: 35px;
	overflow: visible;
	padding: 5px;
	z-index: auto;
	right: auto;
	bottom: auto;
}
